crypto/tls.clientHandshakeStateTLS13.sendClientCertificate (method)

2 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L102: 	if err := hs.sendClientCertificate(); err != nil {
		handshake_client_tls13.go#L627: func (hs *clientHandshakeStateTLS13) sendClientCertificate() error {